object frmSerial: TfrmSerial Left = 467 Top = 205 VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsSingle ClientHeight = 115 ClientWidth = 323 Font.Color = clWindowText Font.Height = 12 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object panMain: TPanel Left = 0 Top = 0 Width = 323 Height = 82 Align = alTop BevelInner = bvRaised BevelOuter = bvNone BorderWidth = 4 TabOrder = 0 object lblName: TLabel Left = 24 Top = 17 Width = 53 Height = 13 Alignment = taRightJustify Caption = 'Your Name' end object lblSerial: TLabel Left = 41 Top = 47 Width = 36 Height = 13 Alignment = taRightJustify Caption = 'Serial #' end object txtName: TEdit Left = 88 Top = 13 Width = 220 Height = 24 Hint = 'Enter your name here' AutoSize = False MaxLength = 35 TabOrder = 0 end object txtSerial: TEdit Left = 88 Top = 43 Width = 220 Height = 24 Hint = 'Enter your serial # here' AutoSize = False CharCase = ecUpperCase MaxLength = 30 TabOrder = 1 end end object btnOK: TButton Left = 163 Top = 84 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 244 Top = 84 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = btnCancelClick end end